home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / games.dir / 00084.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  283 b   |  14 lines

  1. on mouseUp
  2.   puppetSound("info")
  3.   updateStage()
  4.   repeat while not soundBusy(1)
  5.   end repeat
  6.   repeat while soundBusy(1)
  7.   end repeat
  8.   puppetSprite(20, 0)
  9.   go("speed")
  10.   set the visible of sprite 1 to 1
  11.   set the volume of sprite 1 to 255
  12.   set the movieRate of sprite 1 to 1
  13. end
  14.